Epistola
Mock Email Generator
Download PDF
Sender
Full Name
Email
Initials & Colour
AH
Recipient
Name
Email
Subject & Date
Subject
Date
Body (Markdown)
Drop a
.md
file or click to upload
Or type / paste markdown
Hello Riley, I am writing to submit my completed hash table implementation and the accompanying analysis as requested. The Python file *csc263_interview.py* is attached to this email. ## Implementation The `HashTable` class stores elements in a list called `self.array`, where each slot holds either `None` (never occupied), the sentinel value `DELETED` (previously occupied), or a `Node` object containing a key-value pair. ## Amortized Runtime Analysis *Scenario 1* — each doubling rehash copies at most as many elements as the previous capacity, giving **O(1) amortized per insert**. Please let me know if you have any questions. Best regards, **Abdul Hadi Khan**
Attachments
+ Add
Accent Colour
Topbar gradient
Live Preview